home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / mainstr.dir / 00025.ls < prev    next >
Encoding:
Text File  |  1995-09-06  |  282 b   |  12 lines

  1. on mouseDown
  2.   global t, stopMovie
  3.   if the castNum of sprite the clickOn <> 0 then
  4.     if the castNum of sprite the clickOn = the number of cast "help" then
  5.       unLoad()
  6.       puppetSound("Click")
  7.       updateStage()
  8.       TouchHelp(32, 34, "STHELP.MOV")
  9.     end if
  10.   end if
  11. end
  12.